library(ggplot2)
library(trelliscopejs)
library(DT)
cc_list <- readRDS("comp-comp_covid_trellis.rds")
Data
datatable(cc_list$Data)
## Warning in instance$preRenderHook(instance): It seems your data is too big
## for client-side DataTables. You may consider server-side processing: https://
## rstudio.github.io/DT/server.html
New COVID-19 details per day for each Country
facet_tsplotly(cc_list$`New COVID-19 details per day for each Country`)
## using data from the first layer
## PhantomJS not found. You can install it with webshot::install_phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
## * could not create htmlwidget thumbnail... will use blank thumbnail...